<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>



<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>:: Acadmico &gt; Cadastros &gt; Perodos</title>
<link rel="stylesheet" type="text/css" href="RELATORIO%20E_arquivos/estilo.css">
<link rel="stylesheet" href="RELATORIO%20E_arquivos/jquery.css">
<style type="text/css" media="all">
table {
	border-collapse:collapse;
}
.style3 {
	color: #FF0000
}
</style>
<script language="JavaScript" src="RELATORIO%20E_arquivos/funcoes.js" type="text/JavaScript"></script>
<script src="RELATORIO%20E_arquivos/jquery.js" type="text/javascript"></script>
<script src="RELATORIO%20E_arquivos/jquery_002.js" type="text/javascript"></script>
<script src="RELATORIO%20E_arquivos/jquery_003.js" type="text/javascript"></script>
<script src="RELATORIO%20E_arquivos/jquery_004.js" type="text/javascript"></script>
<script language="JavaScript">

        function inicializa() {

            //parent.document.forms[0].height = document.body.scrollHeight+30;

            //parent.parent.document.getElementById('centro').height =
			//	document.body.scrollHeight + 200;
			
        }

        function ValidaPagina(obj,tipoAcao) {
            obj.disabled = true;
			var qtd_Alunos 		= document.getElementById('qtd_Alunos').value;
            var qtd_Disciplinas = document.getElementById('qtd_Disciplinas').value;
            var objNota;
			var qtdCamposBrancos = 0;
            var cd_Aluno = '';
			var cd_Disciplina = '';
            var nr_Nota = '';
            var qtdErro = 0;
			var msg = 'Existem notas maiores do que 10!';
			
            for (i = 1; i <= qtd_Alunos; i++) {
                cd_Aluno = document.getElementById('cd_Aluno_' + i).value;
                for (y = 1; y <= qtd_Disciplinas; y++) {
                	cd_Disciplina = document.getElementById('cd_Disciplina_' + y).value;
					objNota = document.getElementById('nr_Nota_' + cd_Aluno + '_' + cd_Disciplina);
                    nr_Nota = objNota.value.split(',');

                    if (nr_Nota[0] > 10) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
                    else if ((nr_Nota[0] == 10) && (nr_Nota[1] > 0)) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
					else if (objNota.value == '')
					{
						qtdCamposBrancos++;
					}
                }
            }
			//if (qtdCamposBrancos == (qtd_Alunos * qtd_Disciplinas))
			//{
			//	msg = 'Nenhuma nota foi informada!';	
			//	qtdErro = 1;			
			//}
            if (qtdErro == 0) {                
				document.forms[0].action = "AlunoAvaliacao_frmCad.asp?Inc_Alt="+ tipoAcao
				document.forms[0].submit();
            }
            else {
				alert(msg);
                obj.disabled = false;
            }
        }
				
		function selecionaSemestre(obj) {
		
			querystring = "&ci_Turma="+ document.getElementById("cd_Turma").value +
						  "&ci_Disciplina="+ document.getElementById("cd_Disciplina").value +
						  "&cd_CursoTpMapa="+ document.getElementById("cd_CursoTpMapa").value +
						  "&nr_Semestre="+ document.getElementById("nr_Semestre").value +
						  "&ci_Periodo="+ document.getElementById("cd_Periodo").value +						  
						  "&cd_TpEnsino="+ document.getElementById("cd_TpEnsino").value +	
						  "&ds_Periodo="+ document.getElementById("ds_Periodo").value +
						  "&nr_anoletivo="+ document.getElementById("nr_anoletivo").value +
						  "&nr_semestreSel="+ obj.value;
		
			document.location = "AlunoAvaliacao_frmCad.asp?Inc_Alt=I"+ querystring;
		}
		
		function Excluir(obj) {
			if (confirm("ATENO!! Deseja realmente excluir TODAS as avaliaes lanadas para esta turma?")) {
				ValidaPagina(obj,'E');
			}
		}
		
	$(function() {
		$('td[@id^="colunaNotaAluno_"]').tooltip({
			track: true,
			delay: 0,
			showURL: false,
			showBody: "<br>",
			fixPNG: true,
			opacity: 0.95
		});
	});		

</script>
</head><body leftmargin="0" topmargin="0" onload="inicializa();" marginheight="0" marginwidth="0">
<!-- INCIO - CONTEDO: TABELA BASE/CENTRO -->
<form name="frmCadastro" method="post">
  <!-- INCIO TABELA - CONTEDO: PESQUISA -->
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
      <td align="center"><table width="98%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" height="30" align="left">3 Srie | ENSINO MDIO | ENSINO REGULAR | Manh | E - 3 Perodo - 29/10/2012 - 17/01/2013</td>
          </tr>
        </tbody></table>
        
        <input id="cd_Periodo" name="cd_Periodo" value="3" type="hidden">
        <input id="qtd_Alunos" name="qtd_Alunos" value="33" type="hidden">
        <input id="qtd_Disciplinas" name="qtd_Disciplinas" value="13" type="hidden">
        <input id="cd_Turma" name="cd_Turma" value="96447" type="hidden">
        <input id="nr_Semestre" name="nr_Semestre" value="" type="hidden">
        <input id="cd_CursoTpMapa" name="cd_CursoTpMapa" value="1" type="hidden">
        <input id="cd_Disciplina" name="cd_Disciplina" value="" type="hidden">
        <input id="ds_Periodo" name="ds_Periodo" value="3 Perodo - 29/10/2012 - 17/01/2013" type="hidden">
        <input id="cd_TpEnsino" name="cd_TpEnsino" value="1" type="hidden">
        <input id="nr_anoletivo" name="nr_anoletivo" value="2012" type="hidden">
        <table width="99%" border="1" bordercolor="#c0c081" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" width="627" align="left" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp;Nome&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; ARTE&nbsp;&nbsp;
              <input id="cd_Disciplina_1" name="cd_Disciplina_1" value="154" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; BIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_2" name="cd_Disciplina_2" value="160" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; EDUCAO FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_3" name="cd_Disciplina_3" value="530" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FILOSOFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_4" name="cd_Disciplina_4" value="780" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_5" name="cd_Disciplina_5" value="800" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; GEOGRAFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_6" name="cd_Disciplina_6" value="890" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; HISTORIA&nbsp;&nbsp;
              <input id="cd_Disciplina_7" name="cd_Disciplina_7" value="970" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (ESPANHOL)&nbsp;&nbsp;
              <input id="cd_Disciplina_8" name="cd_Disciplina_8" value="3330" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (INGLES)&nbsp;&nbsp;
              <input id="cd_Disciplina_9" name="cd_Disciplina_9" value="1130" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA PORTUGUESA&nbsp;&nbsp;
              <input id="cd_Disciplina_10" name="cd_Disciplina_10" value="1140" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; MATEMTICA&nbsp;&nbsp;
              <input id="cd_Disciplina_11" name="cd_Disciplina_11" value="1200" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; QUIMICA&nbsp;&nbsp;
              <input id="cd_Disciplina_12" name="cd_Disciplina_12" value="1620" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; SOCIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_13" name="cd_Disciplina_13" value="1730" type="hidden"></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;496070&nbsp;ALINE SOUSA COSTA
              <input id="cd_Aluno_1" name="cd_Aluno_1" value="496070" type="hidden"></td>
            
            <td id="colunaNotaAluno_496070_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496070_154" id="ci_AlunoAvaliacao_496070_154" value="100096674" type="hidden">
                <input name="nr_Nota_496070_154" id="nr_Nota_496070_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496070_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496070_160" id="ci_AlunoAvaliacao_496070_160" value="99807155" type="hidden">
                <input name="nr_Nota_496070_160" id="nr_Nota_496070_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496070_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496070_530" id="ci_AlunoAvaliacao_496070_530" value="99445729" type="hidden">
                <input name="nr_Nota_496070_530" id="nr_Nota_496070_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496070_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496070_780" id="ci_AlunoAvaliacao_496070_780" value="99045462" type="hidden">
                <input name="nr_Nota_496070_780" id="nr_Nota_496070_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496070_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496070_800" id="ci_AlunoAvaliacao_496070_800" value="99932013" type="hidden">
                <input name="nr_Nota_496070_800" id="nr_Nota_496070_800" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496070_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496070_890" id="ci_AlunoAvaliacao_496070_890" value="99265506" type="hidden">
                <input name="nr_Nota_496070_890" id="nr_Nota_496070_890" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496070_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496070_970" id="ci_AlunoAvaliacao_496070_970" value="99046371" type="hidden">
                <input name="nr_Nota_496070_970" id="nr_Nota_496070_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496070_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496070_3330" id="ci_AlunoAvaliacao_496070_3330" value="99370199" type="hidden">
                <input name="nr_Nota_496070_3330" id="nr_Nota_496070_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496070_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496070_1130" id="ci_AlunoAvaliacao_496070_1130" value="99369715" type="hidden">
                <input name="nr_Nota_496070_1130" id="nr_Nota_496070_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496070_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496070_1140" id="ci_AlunoAvaliacao_496070_1140" value="100122562" type="hidden">
                <input name="nr_Nota_496070_1140" id="nr_Nota_496070_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496070_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496070_1200" id="ci_AlunoAvaliacao_496070_1200" value="99806253" type="hidden">
                <input name="nr_Nota_496070_1200" id="nr_Nota_496070_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496070_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496070_1620" id="ci_AlunoAvaliacao_496070_1620" value="99807600" type="hidden">
                <input name="nr_Nota_496070_1620" id="nr_Nota_496070_1620" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_496070_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_496070_1730" id="ci_AlunoAvaliacao_496070_1730" value="99046929" type="hidden">
                <input name="nr_Nota_496070_1730" id="nr_Nota_496070_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1203109&nbsp;AMANDA TASSIA OLIVEIRA GOMES
              <input id="cd_Aluno_2" name="cd_Aluno_2" value="1203109" type="hidden"></td>
            
            <td id="colunaNotaAluno_1203109_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203109_154" id="ci_AlunoAvaliacao_1203109_154" value="99072588" type="hidden">
                <input name="nr_Nota_1203109_154" id="nr_Nota_1203109_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203109_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203109_160" id="ci_AlunoAvaliacao_1203109_160" value="99072589" type="hidden">
                <input name="nr_Nota_1203109_160" id="nr_Nota_1203109_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203109_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203109_530" id="ci_AlunoAvaliacao_1203109_530" value="99072590" type="hidden">
                <input name="nr_Nota_1203109_530" id="nr_Nota_1203109_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203109_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203109_780" id="ci_AlunoAvaliacao_1203109_780" value="99045463" type="hidden">
                <input name="nr_Nota_1203109_780" id="nr_Nota_1203109_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203109_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203109_800" id="ci_AlunoAvaliacao_1203109_800" value="99072591" type="hidden">
                <input name="nr_Nota_1203109_800" id="nr_Nota_1203109_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203109_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203109_890" id="ci_AlunoAvaliacao_1203109_890" value="99072592" type="hidden">
                <input name="nr_Nota_1203109_890" id="nr_Nota_1203109_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203109_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203109_970" id="ci_AlunoAvaliacao_1203109_970" value="99046372" type="hidden">
                <input name="nr_Nota_1203109_970" id="nr_Nota_1203109_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203109_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203109_3330" id="ci_AlunoAvaliacao_1203109_3330" value="99072593" type="hidden">
                <input name="nr_Nota_1203109_3330" id="nr_Nota_1203109_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203109_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203109_1130" id="ci_AlunoAvaliacao_1203109_1130" value="99072594" type="hidden">
                <input name="nr_Nota_1203109_1130" id="nr_Nota_1203109_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203109_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203109_1140" id="ci_AlunoAvaliacao_1203109_1140" value="99072595" type="hidden">
                <input name="nr_Nota_1203109_1140" id="nr_Nota_1203109_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203109_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203109_1200" id="ci_AlunoAvaliacao_1203109_1200" value="99072596" type="hidden">
                <input name="nr_Nota_1203109_1200" id="nr_Nota_1203109_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203109_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203109_1620" id="ci_AlunoAvaliacao_1203109_1620" value="99072597" type="hidden">
                <input name="nr_Nota_1203109_1620" id="nr_Nota_1203109_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203109_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203109_1730" id="ci_AlunoAvaliacao_1203109_1730" value="99046930" type="hidden">
                <input name="nr_Nota_1203109_1730" id="nr_Nota_1203109_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1195657&nbsp;ANA KAROLINE GOMES DE ARAUJO
              <input id="cd_Aluno_3" name="cd_Aluno_3" value="1195657" type="hidden"></td>
            
            <td id="colunaNotaAluno_1195657_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195657_154" id="ci_AlunoAvaliacao_1195657_154" value="100096675" type="hidden">
                <input name="nr_Nota_1195657_154" id="nr_Nota_1195657_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195657_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195657_160" id="ci_AlunoAvaliacao_1195657_160" value="99807156" type="hidden">
                <input name="nr_Nota_1195657_160" id="nr_Nota_1195657_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195657_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195657_530" id="ci_AlunoAvaliacao_1195657_530" value="99445730" type="hidden">
                <input name="nr_Nota_1195657_530" id="nr_Nota_1195657_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195657_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195657_780" id="ci_AlunoAvaliacao_1195657_780" value="99045464" type="hidden">
                <input name="nr_Nota_1195657_780" id="nr_Nota_1195657_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195657_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195657_800" id="ci_AlunoAvaliacao_1195657_800" value="99932018" type="hidden">
                <input name="nr_Nota_1195657_800" id="nr_Nota_1195657_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195657_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195657_890" id="ci_AlunoAvaliacao_1195657_890" value="99265507" type="hidden">
                <input name="nr_Nota_1195657_890" id="nr_Nota_1195657_890" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195657_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195657_970" id="ci_AlunoAvaliacao_1195657_970" value="99046373" type="hidden">
                <input name="nr_Nota_1195657_970" id="nr_Nota_1195657_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195657_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195657_3330" id="ci_AlunoAvaliacao_1195657_3330" value="99370200" type="hidden">
                <input name="nr_Nota_1195657_3330" id="nr_Nota_1195657_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195657_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195657_1130" id="ci_AlunoAvaliacao_1195657_1130" value="99369718" type="hidden">
                <input name="nr_Nota_1195657_1130" id="nr_Nota_1195657_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195657_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195657_1140" id="ci_AlunoAvaliacao_1195657_1140" value="100122563" type="hidden">
                <input name="nr_Nota_1195657_1140" id="nr_Nota_1195657_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195657_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195657_1200" id="ci_AlunoAvaliacao_1195657_1200" value="99806254" type="hidden">
                <input name="nr_Nota_1195657_1200" id="nr_Nota_1195657_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195657_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195657_1620" id="ci_AlunoAvaliacao_1195657_1620" value="99807601" type="hidden">
                <input name="nr_Nota_1195657_1620" id="nr_Nota_1195657_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195657_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195657_1730" id="ci_AlunoAvaliacao_1195657_1730" value="99046931" type="hidden">
                <input name="nr_Nota_1195657_1730" id="nr_Nota_1195657_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1197316&nbsp;ANTHONNY KENNEDY DA SILVA FERNMANDES
              <input id="cd_Aluno_4" name="cd_Aluno_4" value="1197316" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197316_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197316_154" id="ci_AlunoAvaliacao_1197316_154" value="100096676" type="hidden">
                <input name="nr_Nota_1197316_154" id="nr_Nota_1197316_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197316_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197316_160" id="ci_AlunoAvaliacao_1197316_160" value="99807157" type="hidden">
                <input name="nr_Nota_1197316_160" id="nr_Nota_1197316_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197316_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197316_530" id="ci_AlunoAvaliacao_1197316_530" value="99445731" type="hidden">
                <input name="nr_Nota_1197316_530" id="nr_Nota_1197316_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197316_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197316_780" id="ci_AlunoAvaliacao_1197316_780" value="99045465" type="hidden">
                <input name="nr_Nota_1197316_780" id="nr_Nota_1197316_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197316_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197316_800" id="ci_AlunoAvaliacao_1197316_800" value="99932021" type="hidden">
                <input name="nr_Nota_1197316_800" id="nr_Nota_1197316_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197316_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197316_890" id="ci_AlunoAvaliacao_1197316_890" value="99265508" type="hidden">
                <input name="nr_Nota_1197316_890" id="nr_Nota_1197316_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197316_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197316_970" id="ci_AlunoAvaliacao_1197316_970" value="99046374" type="hidden">
                <input name="nr_Nota_1197316_970" id="nr_Nota_1197316_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197316_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197316_3330" id="ci_AlunoAvaliacao_1197316_3330" value="99370201" type="hidden">
                <input name="nr_Nota_1197316_3330" id="nr_Nota_1197316_3330" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197316_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197316_1130" id="ci_AlunoAvaliacao_1197316_1130" value="99369719" type="hidden">
                <input name="nr_Nota_1197316_1130" id="nr_Nota_1197316_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197316_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197316_1140" id="ci_AlunoAvaliacao_1197316_1140" value="100122564" type="hidden">
                <input name="nr_Nota_1197316_1140" id="nr_Nota_1197316_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197316_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197316_1200" id="ci_AlunoAvaliacao_1197316_1200" value="99806255" type="hidden">
                <input name="nr_Nota_1197316_1200" id="nr_Nota_1197316_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197316_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197316_1620" id="ci_AlunoAvaliacao_1197316_1620" value="99807602" type="hidden">
                <input name="nr_Nota_1197316_1620" id="nr_Nota_1197316_1620" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197316_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197316_1730" id="ci_AlunoAvaliacao_1197316_1730" value="99046932" type="hidden">
                <input name="nr_Nota_1197316_1730" id="nr_Nota_1197316_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1195899&nbsp;CIBELE MARQUES SANTOS
              <input id="cd_Aluno_5" name="cd_Aluno_5" value="1195899" type="hidden"></td>
            
            <td id="colunaNotaAluno_1195899_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195899_154" id="ci_AlunoAvaliacao_1195899_154" value="100096677" type="hidden">
                <input name="nr_Nota_1195899_154" id="nr_Nota_1195899_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195899_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195899_160" id="ci_AlunoAvaliacao_1195899_160" value="99807158" type="hidden">
                <input name="nr_Nota_1195899_160" id="nr_Nota_1195899_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195899_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195899_530" id="ci_AlunoAvaliacao_1195899_530" value="99445732" type="hidden">
                <input name="nr_Nota_1195899_530" id="nr_Nota_1195899_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195899_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195899_780" id="ci_AlunoAvaliacao_1195899_780" value="99045466" type="hidden">
                <input name="nr_Nota_1195899_780" id="nr_Nota_1195899_780" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195899_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195899_800" id="ci_AlunoAvaliacao_1195899_800" value="99932027" type="hidden">
                <input name="nr_Nota_1195899_800" id="nr_Nota_1195899_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195899_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195899_890" id="ci_AlunoAvaliacao_1195899_890" value="99265509" type="hidden">
                <input name="nr_Nota_1195899_890" id="nr_Nota_1195899_890" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195899_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195899_970" id="ci_AlunoAvaliacao_1195899_970" value="99046375" type="hidden">
                <input name="nr_Nota_1195899_970" id="nr_Nota_1195899_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195899_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195899_3330" id="ci_AlunoAvaliacao_1195899_3330" value="99370202" type="hidden">
                <input name="nr_Nota_1195899_3330" id="nr_Nota_1195899_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195899_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195899_1130" id="ci_AlunoAvaliacao_1195899_1130" value="99369721" type="hidden">
                <input name="nr_Nota_1195899_1130" id="nr_Nota_1195899_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195899_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195899_1140" id="ci_AlunoAvaliacao_1195899_1140" value="100122565" type="hidden">
                <input name="nr_Nota_1195899_1140" id="nr_Nota_1195899_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195899_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195899_1200" id="ci_AlunoAvaliacao_1195899_1200" value="99806256" type="hidden">
                <input name="nr_Nota_1195899_1200" id="nr_Nota_1195899_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195899_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195899_1620" id="ci_AlunoAvaliacao_1195899_1620" value="99807604" type="hidden">
                <input name="nr_Nota_1195899_1620" id="nr_Nota_1195899_1620" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195899_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195899_1730" id="ci_AlunoAvaliacao_1195899_1730" value="99046933" type="hidden">
                <input name="nr_Nota_1195899_1730" id="nr_Nota_1195899_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;905454&nbsp;DANILO TAVARES VENCESLAU
              <input id="cd_Aluno_6" name="cd_Aluno_6" value="905454" type="hidden"></td>
            
            <td id="colunaNotaAluno_905454_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905454_154" id="ci_AlunoAvaliacao_905454_154" value="100096678" type="hidden">
                <input name="nr_Nota_905454_154" id="nr_Nota_905454_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905454_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905454_160" id="ci_AlunoAvaliacao_905454_160" value="99807159" type="hidden">
                <input name="nr_Nota_905454_160" id="nr_Nota_905454_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905454_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905454_530" id="ci_AlunoAvaliacao_905454_530" value="99445733" type="hidden">
                <input name="nr_Nota_905454_530" id="nr_Nota_905454_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905454_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905454_780" id="ci_AlunoAvaliacao_905454_780" value="99045467" type="hidden">
                <input name="nr_Nota_905454_780" id="nr_Nota_905454_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905454_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905454_800" id="ci_AlunoAvaliacao_905454_800" value="99932031" type="hidden">
                <input name="nr_Nota_905454_800" id="nr_Nota_905454_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905454_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905454_890" id="ci_AlunoAvaliacao_905454_890" value="99265510" type="hidden">
                <input name="nr_Nota_905454_890" id="nr_Nota_905454_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905454_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905454_970" id="ci_AlunoAvaliacao_905454_970" value="99046376" type="hidden">
                <input name="nr_Nota_905454_970" id="nr_Nota_905454_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905454_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905454_3330" id="ci_AlunoAvaliacao_905454_3330" value="99370203" type="hidden">
                <input name="nr_Nota_905454_3330" id="nr_Nota_905454_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905454_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905454_1130" id="ci_AlunoAvaliacao_905454_1130" value="99369722" type="hidden">
                <input name="nr_Nota_905454_1130" id="nr_Nota_905454_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905454_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905454_1140" id="ci_AlunoAvaliacao_905454_1140" value="100122566" type="hidden">
                <input name="nr_Nota_905454_1140" id="nr_Nota_905454_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905454_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905454_1200" id="ci_AlunoAvaliacao_905454_1200" value="99806257" type="hidden">
                <input name="nr_Nota_905454_1200" id="nr_Nota_905454_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905454_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905454_1620" id="ci_AlunoAvaliacao_905454_1620" value="99807607" type="hidden">
                <input name="nr_Nota_905454_1620" id="nr_Nota_905454_1620" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_905454_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_905454_1730" id="ci_AlunoAvaliacao_905454_1730" value="99046934" type="hidden">
                <input name="nr_Nota_905454_1730" id="nr_Nota_905454_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;900885&nbsp;DEBORA MARIA PAULINO LIMA
              <input id="cd_Aluno_7" name="cd_Aluno_7" value="900885" type="hidden"></td>
            
            <td id="colunaNotaAluno_900885_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900885_154" id="ci_AlunoAvaliacao_900885_154" value="100096679" type="hidden">
                <input name="nr_Nota_900885_154" id="nr_Nota_900885_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900885_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900885_160" id="ci_AlunoAvaliacao_900885_160" value="99807160" type="hidden">
                <input name="nr_Nota_900885_160" id="nr_Nota_900885_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900885_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900885_530" id="ci_AlunoAvaliacao_900885_530" value="99445734" type="hidden">
                <input name="nr_Nota_900885_530" id="nr_Nota_900885_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900885_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900885_780" id="ci_AlunoAvaliacao_900885_780" value="99045468" type="hidden">
                <input name="nr_Nota_900885_780" id="nr_Nota_900885_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900885_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900885_800" id="ci_AlunoAvaliacao_900885_800" value="99932034" type="hidden">
                <input name="nr_Nota_900885_800" id="nr_Nota_900885_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900885_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900885_890" id="ci_AlunoAvaliacao_900885_890" value="99265511" type="hidden">
                <input name="nr_Nota_900885_890" id="nr_Nota_900885_890" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900885_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900885_970" id="ci_AlunoAvaliacao_900885_970" value="99046377" type="hidden">
                <input name="nr_Nota_900885_970" id="nr_Nota_900885_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900885_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900885_3330" id="ci_AlunoAvaliacao_900885_3330" value="99370204" type="hidden">
                <input name="nr_Nota_900885_3330" id="nr_Nota_900885_3330" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900885_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900885_1130" id="ci_AlunoAvaliacao_900885_1130" value="99369724" type="hidden">
                <input name="nr_Nota_900885_1130" id="nr_Nota_900885_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900885_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900885_1140" id="ci_AlunoAvaliacao_900885_1140" value="100122567" type="hidden">
                <input name="nr_Nota_900885_1140" id="nr_Nota_900885_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900885_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900885_1200" id="ci_AlunoAvaliacao_900885_1200" value="99806258" type="hidden">
                <input name="nr_Nota_900885_1200" id="nr_Nota_900885_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900885_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900885_1620" id="ci_AlunoAvaliacao_900885_1620" value="99807608" type="hidden">
                <input name="nr_Nota_900885_1620" id="nr_Nota_900885_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900885_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900885_1730" id="ci_AlunoAvaliacao_900885_1730" value="99046935" type="hidden">
                <input name="nr_Nota_900885_1730" id="nr_Nota_900885_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1167617&nbsp;EDILSON DE SOUSA FERREIRA JUNIOR
              <input id="cd_Aluno_8" name="cd_Aluno_8" value="1167617" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167617_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167617_154" id="ci_AlunoAvaliacao_1167617_154" value="97006706" type="hidden">
                <input name="nr_Nota_1167617_154" id="nr_Nota_1167617_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167617_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167617_160" id="ci_AlunoAvaliacao_1167617_160" value="97006719" type="hidden">
                <input name="nr_Nota_1167617_160" id="nr_Nota_1167617_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167617_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167617_530" id="ci_AlunoAvaliacao_1167617_530" value="97006720" type="hidden">
                <input name="nr_Nota_1167617_530" id="nr_Nota_1167617_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167617_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167617_780" id="ci_AlunoAvaliacao_1167617_780" value="97006721" type="hidden">
                <input name="nr_Nota_1167617_780" id="nr_Nota_1167617_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167617_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167617_800" id="ci_AlunoAvaliacao_1167617_800" value="97006723" type="hidden">
                <input name="nr_Nota_1167617_800" id="nr_Nota_1167617_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167617_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167617_890" id="ci_AlunoAvaliacao_1167617_890" value="97006724" type="hidden">
                <input name="nr_Nota_1167617_890" id="nr_Nota_1167617_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167617_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167617_970" id="ci_AlunoAvaliacao_1167617_970" value="97006726" type="hidden">
                <input name="nr_Nota_1167617_970" id="nr_Nota_1167617_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167617_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167617_3330" id="ci_AlunoAvaliacao_1167617_3330" value="97006728" type="hidden">
                <input name="nr_Nota_1167617_3330" id="nr_Nota_1167617_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167617_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167617_1130" id="ci_AlunoAvaliacao_1167617_1130" value="97006738" type="hidden">
                <input name="nr_Nota_1167617_1130" id="nr_Nota_1167617_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167617_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167617_1140" id="ci_AlunoAvaliacao_1167617_1140" value="97006741" type="hidden">
                <input name="nr_Nota_1167617_1140" id="nr_Nota_1167617_1140" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167617_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167617_1200" id="ci_AlunoAvaliacao_1167617_1200" value="97006746" type="hidden">
                <input name="nr_Nota_1167617_1200" id="nr_Nota_1167617_1200" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167617_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167617_1620" id="ci_AlunoAvaliacao_1167617_1620" value="97006747" type="hidden">
                <input name="nr_Nota_1167617_1620" id="nr_Nota_1167617_1620" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167617_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167617_1730" id="ci_AlunoAvaliacao_1167617_1730" value="97006752" type="hidden">
                <input name="nr_Nota_1167617_1730" id="nr_Nota_1167617_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;443932&nbsp;EDNA RAYANE MATIAS DE SOUSA
              <input id="cd_Aluno_9" name="cd_Aluno_9" value="443932" type="hidden"></td>
            
            <td id="colunaNotaAluno_443932_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_443932_154" id="ci_AlunoAvaliacao_443932_154" value="100096680" type="hidden">
                <input name="nr_Nota_443932_154" id="nr_Nota_443932_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_443932_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_443932_160" id="ci_AlunoAvaliacao_443932_160" value="99807161" type="hidden">
                <input name="nr_Nota_443932_160" id="nr_Nota_443932_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_443932_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_443932_530" id="ci_AlunoAvaliacao_443932_530" value="99445735" type="hidden">
                <input name="nr_Nota_443932_530" id="nr_Nota_443932_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_443932_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_443932_780" id="ci_AlunoAvaliacao_443932_780" value="99045469" type="hidden">
                <input name="nr_Nota_443932_780" id="nr_Nota_443932_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_443932_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_443932_800" id="ci_AlunoAvaliacao_443932_800" value="99932039" type="hidden">
                <input name="nr_Nota_443932_800" id="nr_Nota_443932_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_443932_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_443932_890" id="ci_AlunoAvaliacao_443932_890" value="99265512" type="hidden">
                <input name="nr_Nota_443932_890" id="nr_Nota_443932_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_443932_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_443932_970" id="ci_AlunoAvaliacao_443932_970" value="99046378" type="hidden">
                <input name="nr_Nota_443932_970" id="nr_Nota_443932_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_443932_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_443932_3330" id="ci_AlunoAvaliacao_443932_3330" value="99370205" type="hidden">
                <input name="nr_Nota_443932_3330" id="nr_Nota_443932_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_443932_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_443932_1130" id="ci_AlunoAvaliacao_443932_1130" value="99369729" type="hidden">
                <input name="nr_Nota_443932_1130" id="nr_Nota_443932_1130" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_443932_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_443932_1140" id="ci_AlunoAvaliacao_443932_1140" value="100122568" type="hidden">
                <input name="nr_Nota_443932_1140" id="nr_Nota_443932_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_443932_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_443932_1200" id="ci_AlunoAvaliacao_443932_1200" value="99806259" type="hidden">
                <input name="nr_Nota_443932_1200" id="nr_Nota_443932_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_443932_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_443932_1620" id="ci_AlunoAvaliacao_443932_1620" value="99807611" type="hidden">
                <input name="nr_Nota_443932_1620" id="nr_Nota_443932_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_443932_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_443932_1730" id="ci_AlunoAvaliacao_443932_1730" value="99046936" type="hidden">
                <input name="nr_Nota_443932_1730" id="nr_Nota_443932_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1294338&nbsp;ELIZEU GOMES DE MELO NETO
              <input id="cd_Aluno_10" name="cd_Aluno_10" value="1294338" type="hidden"></td>
            
            <td id="colunaNotaAluno_1294338_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294338_154" id="ci_AlunoAvaliacao_1294338_154" value="100096681" type="hidden">
                <input name="nr_Nota_1294338_154" id="nr_Nota_1294338_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294338_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294338_160" id="ci_AlunoAvaliacao_1294338_160" value="99807162" type="hidden">
                <input name="nr_Nota_1294338_160" id="nr_Nota_1294338_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294338_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294338_530" id="ci_AlunoAvaliacao_1294338_530" value="99445736" type="hidden">
                <input name="nr_Nota_1294338_530" id="nr_Nota_1294338_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294338_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294338_780" id="ci_AlunoAvaliacao_1294338_780" value="99045470" type="hidden">
                <input name="nr_Nota_1294338_780" id="nr_Nota_1294338_780" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294338_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294338_800" id="ci_AlunoAvaliacao_1294338_800" value="99932043" type="hidden">
                <input name="nr_Nota_1294338_800" id="nr_Nota_1294338_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294338_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294338_890" id="ci_AlunoAvaliacao_1294338_890" value="99265513" type="hidden">
                <input name="nr_Nota_1294338_890" id="nr_Nota_1294338_890" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294338_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294338_970" id="ci_AlunoAvaliacao_1294338_970" value="99046379" type="hidden">
                <input name="nr_Nota_1294338_970" id="nr_Nota_1294338_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294338_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294338_3330" id="ci_AlunoAvaliacao_1294338_3330" value="99370206" type="hidden">
                <input name="nr_Nota_1294338_3330" id="nr_Nota_1294338_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294338_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294338_1130" id="ci_AlunoAvaliacao_1294338_1130" value="99369736" type="hidden">
                <input name="nr_Nota_1294338_1130" id="nr_Nota_1294338_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294338_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294338_1140" id="ci_AlunoAvaliacao_1294338_1140" value="100122569" type="hidden">
                <input name="nr_Nota_1294338_1140" id="nr_Nota_1294338_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294338_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294338_1200" id="ci_AlunoAvaliacao_1294338_1200" value="99806260" type="hidden">
                <input name="nr_Nota_1294338_1200" id="nr_Nota_1294338_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294338_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294338_1620" id="ci_AlunoAvaliacao_1294338_1620" value="99807614" type="hidden">
                <input name="nr_Nota_1294338_1620" id="nr_Nota_1294338_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1294338_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1294338_1730" id="ci_AlunoAvaliacao_1294338_1730" value="99046937" type="hidden">
                <input name="nr_Nota_1294338_1730" id="nr_Nota_1294338_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;356124&nbsp;EMILLY SALES DA SILVA
              <input id="cd_Aluno_11" name="cd_Aluno_11" value="356124" type="hidden"></td>
            
            <td id="colunaNotaAluno_356124_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_356124_154" id="ci_AlunoAvaliacao_356124_154" value="98282792" type="hidden">
                <input name="nr_Nota_356124_154" id="nr_Nota_356124_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_356124_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_356124_160" id="ci_AlunoAvaliacao_356124_160" value="98282793" type="hidden">
                <input name="nr_Nota_356124_160" id="nr_Nota_356124_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_356124_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_356124_530" id="ci_AlunoAvaliacao_356124_530" value="98282794" type="hidden">
                <input name="nr_Nota_356124_530" id="nr_Nota_356124_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_356124_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_356124_780" id="ci_AlunoAvaliacao_356124_780" value="98282795" type="hidden">
                <input name="nr_Nota_356124_780" id="nr_Nota_356124_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_356124_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_356124_800" id="ci_AlunoAvaliacao_356124_800" value="98282796" type="hidden">
                <input name="nr_Nota_356124_800" id="nr_Nota_356124_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_356124_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_356124_890" id="ci_AlunoAvaliacao_356124_890" value="98282797" type="hidden">
                <input name="nr_Nota_356124_890" id="nr_Nota_356124_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_356124_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_356124_970" id="ci_AlunoAvaliacao_356124_970" value="98282798" type="hidden">
                <input name="nr_Nota_356124_970" id="nr_Nota_356124_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_356124_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_356124_3330" id="ci_AlunoAvaliacao_356124_3330" value="98282799" type="hidden">
                <input name="nr_Nota_356124_3330" id="nr_Nota_356124_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_356124_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_356124_1130" id="ci_AlunoAvaliacao_356124_1130" value="98282800" type="hidden">
                <input name="nr_Nota_356124_1130" id="nr_Nota_356124_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_356124_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_356124_1140" id="ci_AlunoAvaliacao_356124_1140" value="98282801" type="hidden">
                <input name="nr_Nota_356124_1140" id="nr_Nota_356124_1140" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_356124_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_356124_1200" id="ci_AlunoAvaliacao_356124_1200" value="98282802" type="hidden">
                <input name="nr_Nota_356124_1200" id="nr_Nota_356124_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_356124_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_356124_1620" id="ci_AlunoAvaliacao_356124_1620" value="98282803" type="hidden">
                <input name="nr_Nota_356124_1620" id="nr_Nota_356124_1620" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_356124_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_356124_1730" id="ci_AlunoAvaliacao_356124_1730" value="98282804" type="hidden">
                <input name="nr_Nota_356124_1730" id="nr_Nota_356124_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1507608&nbsp;ENAYRA FONTENELE MOREIRA DE OLIVEIRA
              <input id="cd_Aluno_12" name="cd_Aluno_12" value="1507608" type="hidden"></td>
            
            <td id="colunaNotaAluno_1507608_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1507608_154" id="ci_AlunoAvaliacao_1507608_154" value="100096682" type="hidden">
                <input name="nr_Nota_1507608_154" id="nr_Nota_1507608_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1507608_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1507608_160" id="ci_AlunoAvaliacao_1507608_160" value="99807163" type="hidden">
                <input name="nr_Nota_1507608_160" id="nr_Nota_1507608_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1507608_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1507608_530" id="ci_AlunoAvaliacao_1507608_530" value="99445737" type="hidden">
                <input name="nr_Nota_1507608_530" id="nr_Nota_1507608_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1507608_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1507608_780" id="ci_AlunoAvaliacao_1507608_780" value="99045471" type="hidden">
                <input name="nr_Nota_1507608_780" id="nr_Nota_1507608_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1507608_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1507608_800" id="ci_AlunoAvaliacao_1507608_800" value="99932048" type="hidden">
                <input name="nr_Nota_1507608_800" id="nr_Nota_1507608_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1507608_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1507608_890" id="ci_AlunoAvaliacao_1507608_890" value="99265514" type="hidden">
                <input name="nr_Nota_1507608_890" id="nr_Nota_1507608_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1507608_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1507608_970" id="ci_AlunoAvaliacao_1507608_970" value="99046380" type="hidden">
                <input name="nr_Nota_1507608_970" id="nr_Nota_1507608_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1507608_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1507608_3330" id="ci_AlunoAvaliacao_1507608_3330" value="99370207" type="hidden">
                <input name="nr_Nota_1507608_3330" id="nr_Nota_1507608_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1507608_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1507608_1130" id="ci_AlunoAvaliacao_1507608_1130" value="99369744" type="hidden">
                <input name="nr_Nota_1507608_1130" id="nr_Nota_1507608_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1507608_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1507608_1140" id="ci_AlunoAvaliacao_1507608_1140" value="100122570" type="hidden">
                <input name="nr_Nota_1507608_1140" id="nr_Nota_1507608_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1507608_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1507608_1200" id="ci_AlunoAvaliacao_1507608_1200" value="99806261" type="hidden">
                <input name="nr_Nota_1507608_1200" id="nr_Nota_1507608_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1507608_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1507608_1620" id="ci_AlunoAvaliacao_1507608_1620" value="99807617" type="hidden">
                <input name="nr_Nota_1507608_1620" id="nr_Nota_1507608_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1507608_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1507608_1730" id="ci_AlunoAvaliacao_1507608_1730" value="99046938" type="hidden">
                <input name="nr_Nota_1507608_1730" id="nr_Nota_1507608_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1197356&nbsp;ERICO GOMES BEZERRA
              <input id="cd_Aluno_13" name="cd_Aluno_13" value="1197356" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197356_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197356_154" id="ci_AlunoAvaliacao_1197356_154" value="100096683" type="hidden">
                <input name="nr_Nota_1197356_154" id="nr_Nota_1197356_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197356_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197356_160" id="ci_AlunoAvaliacao_1197356_160" value="99807164" type="hidden">
                <input name="nr_Nota_1197356_160" id="nr_Nota_1197356_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197356_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197356_530" id="ci_AlunoAvaliacao_1197356_530" value="99445738" type="hidden">
                <input name="nr_Nota_1197356_530" id="nr_Nota_1197356_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197356_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197356_780" id="ci_AlunoAvaliacao_1197356_780" value="99045472" type="hidden">
                <input name="nr_Nota_1197356_780" id="nr_Nota_1197356_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197356_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197356_800" id="ci_AlunoAvaliacao_1197356_800" value="99932049" type="hidden">
                <input name="nr_Nota_1197356_800" id="nr_Nota_1197356_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197356_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197356_890" id="ci_AlunoAvaliacao_1197356_890" value="99265515" type="hidden">
                <input name="nr_Nota_1197356_890" id="nr_Nota_1197356_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197356_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197356_970" id="ci_AlunoAvaliacao_1197356_970" value="99046381" type="hidden">
                <input name="nr_Nota_1197356_970" id="nr_Nota_1197356_970" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197356_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197356_3330" id="ci_AlunoAvaliacao_1197356_3330" value="99370208" type="hidden">
                <input name="nr_Nota_1197356_3330" id="nr_Nota_1197356_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197356_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197356_1130" id="ci_AlunoAvaliacao_1197356_1130" value="99369746" type="hidden">
                <input name="nr_Nota_1197356_1130" id="nr_Nota_1197356_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197356_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197356_1140" id="ci_AlunoAvaliacao_1197356_1140" value="100122571" type="hidden">
                <input name="nr_Nota_1197356_1140" id="nr_Nota_1197356_1140" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197356_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197356_1200" id="ci_AlunoAvaliacao_1197356_1200" value="99806262" type="hidden">
                <input name="nr_Nota_1197356_1200" id="nr_Nota_1197356_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197356_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197356_1620" id="ci_AlunoAvaliacao_1197356_1620" value="99807618" type="hidden">
                <input name="nr_Nota_1197356_1620" id="nr_Nota_1197356_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197356_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197356_1730" id="ci_AlunoAvaliacao_1197356_1730" value="99046939" type="hidden">
                <input name="nr_Nota_1197356_1730" id="nr_Nota_1197356_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;207351&nbsp;ELISANGELA HOLANDA BRITO SILVA
              <input id="cd_Aluno_14" name="cd_Aluno_14" value="207351" type="hidden"></td>
            
            <td id="colunaNotaAluno_207351_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_207351_154" id="ci_AlunoAvaliacao_207351_154" value="100096684" type="hidden">
                <input name="nr_Nota_207351_154" id="nr_Nota_207351_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_207351_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_207351_160" id="ci_AlunoAvaliacao_207351_160" value="99807165" type="hidden">
                <input name="nr_Nota_207351_160" id="nr_Nota_207351_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_207351_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_207351_530" id="ci_AlunoAvaliacao_207351_530" value="99445739" type="hidden">
                <input name="nr_Nota_207351_530" id="nr_Nota_207351_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_207351_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_207351_780" id="ci_AlunoAvaliacao_207351_780" value="99045473" type="hidden">
                <input name="nr_Nota_207351_780" id="nr_Nota_207351_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_207351_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_207351_800" id="ci_AlunoAvaliacao_207351_800" value="99932050" type="hidden">
                <input name="nr_Nota_207351_800" id="nr_Nota_207351_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_207351_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_207351_890" id="ci_AlunoAvaliacao_207351_890" value="99265516" type="hidden">
                <input name="nr_Nota_207351_890" id="nr_Nota_207351_890" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_207351_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_207351_970" id="ci_AlunoAvaliacao_207351_970" value="99046382" type="hidden">
                <input name="nr_Nota_207351_970" id="nr_Nota_207351_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_207351_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_207351_3330" id="ci_AlunoAvaliacao_207351_3330" value="99370209" type="hidden">
                <input name="nr_Nota_207351_3330" id="nr_Nota_207351_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_207351_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_207351_1130" id="ci_AlunoAvaliacao_207351_1130" value="99369747" type="hidden">
                <input name="nr_Nota_207351_1130" id="nr_Nota_207351_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_207351_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_207351_1140" id="ci_AlunoAvaliacao_207351_1140" value="100122572" type="hidden">
                <input name="nr_Nota_207351_1140" id="nr_Nota_207351_1140" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_207351_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_207351_1200" id="ci_AlunoAvaliacao_207351_1200" value="99806263" type="hidden">
                <input name="nr_Nota_207351_1200" id="nr_Nota_207351_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_207351_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_207351_1620" id="ci_AlunoAvaliacao_207351_1620" value="99807619" type="hidden">
                <input name="nr_Nota_207351_1620" id="nr_Nota_207351_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_207351_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_207351_1730" id="ci_AlunoAvaliacao_207351_1730" value="99046940" type="hidden">
                <input name="nr_Nota_207351_1730" id="nr_Nota_207351_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1197897&nbsp;FABRICIO FONTELES DOS SANTOS
              <input id="cd_Aluno_15" name="cd_Aluno_15" value="1197897" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197897_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197897_154" id="ci_AlunoAvaliacao_1197897_154" value="100096685" type="hidden">
                <input name="nr_Nota_1197897_154" id="nr_Nota_1197897_154" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197897_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197897_160" id="ci_AlunoAvaliacao_1197897_160" value="99807166" type="hidden">
                <input name="nr_Nota_1197897_160" id="nr_Nota_1197897_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197897_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197897_530" id="ci_AlunoAvaliacao_1197897_530" value="99445740" type="hidden">
                <input name="nr_Nota_1197897_530" id="nr_Nota_1197897_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197897_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197897_780" id="ci_AlunoAvaliacao_1197897_780" value="99045474" type="hidden">
                <input name="nr_Nota_1197897_780" id="nr_Nota_1197897_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197897_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197897_800" id="ci_AlunoAvaliacao_1197897_800" value="99932051" type="hidden">
                <input name="nr_Nota_1197897_800" id="nr_Nota_1197897_800" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197897_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197897_890" id="ci_AlunoAvaliacao_1197897_890" value="99265517" type="hidden">
                <input name="nr_Nota_1197897_890" id="nr_Nota_1197897_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197897_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197897_970" id="ci_AlunoAvaliacao_1197897_970" value="99046383" type="hidden">
                <input name="nr_Nota_1197897_970" id="nr_Nota_1197897_970" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197897_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197897_3330" id="ci_AlunoAvaliacao_1197897_3330" value="99370210" type="hidden">
                <input name="nr_Nota_1197897_3330" id="nr_Nota_1197897_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197897_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197897_1130" id="ci_AlunoAvaliacao_1197897_1130" value="99369749" type="hidden">
                <input name="nr_Nota_1197897_1130" id="nr_Nota_1197897_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197897_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197897_1140" id="ci_AlunoAvaliacao_1197897_1140" value="100122573" type="hidden">
                <input name="nr_Nota_1197897_1140" id="nr_Nota_1197897_1140" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197897_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197897_1200" id="ci_AlunoAvaliacao_1197897_1200" value="99806264" type="hidden">
                <input name="nr_Nota_1197897_1200" id="nr_Nota_1197897_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197897_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197897_1620" id="ci_AlunoAvaliacao_1197897_1620" value="99807621" type="hidden">
                <input name="nr_Nota_1197897_1620" id="nr_Nota_1197897_1620" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197897_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197897_1730" id="ci_AlunoAvaliacao_1197897_1730" value="99046941" type="hidden">
                <input name="nr_Nota_1197897_1730" id="nr_Nota_1197897_1730" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;113761&nbsp;FRANCISCO TIAGO GOMES PESSOA
              <input id="cd_Aluno_16" name="cd_Aluno_16" value="113761" type="hidden"></td>
            
            <td id="colunaNotaAluno_113761_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113761_154" id="ci_AlunoAvaliacao_113761_154" value="100096686" type="hidden">
                <input name="nr_Nota_113761_154" id="nr_Nota_113761_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113761_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113761_160" id="ci_AlunoAvaliacao_113761_160" value="99807167" type="hidden">
                <input name="nr_Nota_113761_160" id="nr_Nota_113761_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113761_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113761_530" id="ci_AlunoAvaliacao_113761_530" value="99445741" type="hidden">
                <input name="nr_Nota_113761_530" id="nr_Nota_113761_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113761_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113761_780" id="ci_AlunoAvaliacao_113761_780" value="99045475" type="hidden">
                <input name="nr_Nota_113761_780" id="nr_Nota_113761_780" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113761_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113761_800" id="ci_AlunoAvaliacao_113761_800" value="99932052" type="hidden">
                <input name="nr_Nota_113761_800" id="nr_Nota_113761_800" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113761_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113761_890" id="ci_AlunoAvaliacao_113761_890" value="99265518" type="hidden">
                <input name="nr_Nota_113761_890" id="nr_Nota_113761_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113761_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113761_970" id="ci_AlunoAvaliacao_113761_970" value="99046384" type="hidden">
                <input name="nr_Nota_113761_970" id="nr_Nota_113761_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113761_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113761_3330" id="ci_AlunoAvaliacao_113761_3330" value="99370211" type="hidden">
                <input name="nr_Nota_113761_3330" id="nr_Nota_113761_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113761_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113761_1130" id="ci_AlunoAvaliacao_113761_1130" value="99369750" type="hidden">
                <input name="nr_Nota_113761_1130" id="nr_Nota_113761_1130" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113761_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113761_1140" id="ci_AlunoAvaliacao_113761_1140" value="100122574" type="hidden">
                <input name="nr_Nota_113761_1140" id="nr_Nota_113761_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113761_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113761_1200" id="ci_AlunoAvaliacao_113761_1200" value="99806265" type="hidden">
                <input name="nr_Nota_113761_1200" id="nr_Nota_113761_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113761_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113761_1620" id="ci_AlunoAvaliacao_113761_1620" value="99807624" type="hidden">
                <input name="nr_Nota_113761_1620" id="nr_Nota_113761_1620" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_113761_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_113761_1730" id="ci_AlunoAvaliacao_113761_1730" value="99046942" type="hidden">
                <input name="nr_Nota_113761_1730" id="nr_Nota_113761_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;995829&nbsp;FRANCISCO WELLINGTON FERREIRA DA SILVA
              <input id="cd_Aluno_17" name="cd_Aluno_17" value="995829" type="hidden"></td>
            
            <td id="colunaNotaAluno_995829_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_995829_154" id="ci_AlunoAvaliacao_995829_154" value="100096687" type="hidden">
                <input name="nr_Nota_995829_154" id="nr_Nota_995829_154" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_995829_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_995829_160" id="ci_AlunoAvaliacao_995829_160" value="99807168" type="hidden">
                <input name="nr_Nota_995829_160" id="nr_Nota_995829_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_995829_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_995829_530" id="ci_AlunoAvaliacao_995829_530" value="99445742" type="hidden">
                <input name="nr_Nota_995829_530" id="nr_Nota_995829_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_995829_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_995829_780" id="ci_AlunoAvaliacao_995829_780" value="99045476" type="hidden">
                <input name="nr_Nota_995829_780" id="nr_Nota_995829_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_995829_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_995829_800" id="ci_AlunoAvaliacao_995829_800" value="99932053" type="hidden">
                <input name="nr_Nota_995829_800" id="nr_Nota_995829_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_995829_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_995829_890" id="ci_AlunoAvaliacao_995829_890" value="99265519" type="hidden">
                <input name="nr_Nota_995829_890" id="nr_Nota_995829_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_995829_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_995829_970" id="ci_AlunoAvaliacao_995829_970" value="99046385" type="hidden">
                <input name="nr_Nota_995829_970" id="nr_Nota_995829_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_995829_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_995829_3330" id="ci_AlunoAvaliacao_995829_3330" value="99370212" type="hidden">
                <input name="nr_Nota_995829_3330" id="nr_Nota_995829_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_995829_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_995829_1130" id="ci_AlunoAvaliacao_995829_1130" value="99369752" type="hidden">
                <input name="nr_Nota_995829_1130" id="nr_Nota_995829_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_995829_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_995829_1140" id="ci_AlunoAvaliacao_995829_1140" value="100122576" type="hidden">
                <input name="nr_Nota_995829_1140" id="nr_Nota_995829_1140" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_995829_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_995829_1200" id="ci_AlunoAvaliacao_995829_1200" value="99806266" type="hidden">
                <input name="nr_Nota_995829_1200" id="nr_Nota_995829_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_995829_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_995829_1620" id="ci_AlunoAvaliacao_995829_1620" value="99807626" type="hidden">
                <input name="nr_Nota_995829_1620" id="nr_Nota_995829_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_995829_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_995829_1730" id="ci_AlunoAvaliacao_995829_1730" value="99046943" type="hidden">
                <input name="nr_Nota_995829_1730" id="nr_Nota_995829_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;889449&nbsp;GEOVANE COSTA GARCES DE SOUZA
              <input id="cd_Aluno_18" name="cd_Aluno_18" value="889449" type="hidden"></td>
            
            <td id="colunaNotaAluno_889449_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889449_154" id="ci_AlunoAvaliacao_889449_154" value="100096688" type="hidden">
                <input name="nr_Nota_889449_154" id="nr_Nota_889449_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889449_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889449_160" id="ci_AlunoAvaliacao_889449_160" value="99807169" type="hidden">
                <input name="nr_Nota_889449_160" id="nr_Nota_889449_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889449_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889449_530" id="ci_AlunoAvaliacao_889449_530" value="99445743" type="hidden">
                <input name="nr_Nota_889449_530" id="nr_Nota_889449_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889449_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889449_780" id="ci_AlunoAvaliacao_889449_780" value="99045477" type="hidden">
                <input name="nr_Nota_889449_780" id="nr_Nota_889449_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889449_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889449_800" id="ci_AlunoAvaliacao_889449_800" value="99932054" type="hidden">
                <input name="nr_Nota_889449_800" id="nr_Nota_889449_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889449_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889449_890" id="ci_AlunoAvaliacao_889449_890" value="99265520" type="hidden">
                <input name="nr_Nota_889449_890" id="nr_Nota_889449_890" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889449_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889449_970" id="ci_AlunoAvaliacao_889449_970" value="99046386" type="hidden">
                <input name="nr_Nota_889449_970" id="nr_Nota_889449_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889449_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889449_3330" id="ci_AlunoAvaliacao_889449_3330" value="99370213" type="hidden">
                <input name="nr_Nota_889449_3330" id="nr_Nota_889449_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889449_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889449_1130" id="ci_AlunoAvaliacao_889449_1130" value="99369754" type="hidden">
                <input name="nr_Nota_889449_1130" id="nr_Nota_889449_1130" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889449_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889449_1140" id="ci_AlunoAvaliacao_889449_1140" value="100122577" type="hidden">
                <input name="nr_Nota_889449_1140" id="nr_Nota_889449_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889449_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889449_1200" id="ci_AlunoAvaliacao_889449_1200" value="99806267" type="hidden">
                <input name="nr_Nota_889449_1200" id="nr_Nota_889449_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889449_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889449_1620" id="ci_AlunoAvaliacao_889449_1620" value="99807627" type="hidden">
                <input name="nr_Nota_889449_1620" id="nr_Nota_889449_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_889449_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_889449_1730" id="ci_AlunoAvaliacao_889449_1730" value="99046944" type="hidden">
                <input name="nr_Nota_889449_1730" id="nr_Nota_889449_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1197293&nbsp;ICLEANE PINHEIRO DE CARVALHO
              <input id="cd_Aluno_19" name="cd_Aluno_19" value="1197293" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197293_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197293_154" id="ci_AlunoAvaliacao_1197293_154" value="100096689" type="hidden">
                <input name="nr_Nota_1197293_154" id="nr_Nota_1197293_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197293_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197293_160" id="ci_AlunoAvaliacao_1197293_160" value="99807170" type="hidden">
                <input name="nr_Nota_1197293_160" id="nr_Nota_1197293_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197293_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197293_530" id="ci_AlunoAvaliacao_1197293_530" value="99445744" type="hidden">
                <input name="nr_Nota_1197293_530" id="nr_Nota_1197293_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197293_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197293_780" id="ci_AlunoAvaliacao_1197293_780" value="99045478" type="hidden">
                <input name="nr_Nota_1197293_780" id="nr_Nota_1197293_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197293_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197293_800" id="ci_AlunoAvaliacao_1197293_800" value="99932055" type="hidden">
                <input name="nr_Nota_1197293_800" id="nr_Nota_1197293_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197293_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197293_890" id="ci_AlunoAvaliacao_1197293_890" value="99265521" type="hidden">
                <input name="nr_Nota_1197293_890" id="nr_Nota_1197293_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197293_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197293_970" id="ci_AlunoAvaliacao_1197293_970" value="99046387" type="hidden">
                <input name="nr_Nota_1197293_970" id="nr_Nota_1197293_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197293_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197293_3330" id="ci_AlunoAvaliacao_1197293_3330" value="99370214" type="hidden">
                <input name="nr_Nota_1197293_3330" id="nr_Nota_1197293_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197293_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197293_1130" id="ci_AlunoAvaliacao_1197293_1130" value="99369756" type="hidden">
                <input name="nr_Nota_1197293_1130" id="nr_Nota_1197293_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197293_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197293_1140" id="ci_AlunoAvaliacao_1197293_1140" value="100122578" type="hidden">
                <input name="nr_Nota_1197293_1140" id="nr_Nota_1197293_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197293_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197293_1200" id="ci_AlunoAvaliacao_1197293_1200" value="99806268" type="hidden">
                <input name="nr_Nota_1197293_1200" id="nr_Nota_1197293_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197293_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197293_1620" id="ci_AlunoAvaliacao_1197293_1620" value="99807630" type="hidden">
                <input name="nr_Nota_1197293_1620" id="nr_Nota_1197293_1620" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197293_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197293_1730" id="ci_AlunoAvaliacao_1197293_1730" value="99046945" type="hidden">
                <input name="nr_Nota_1197293_1730" id="nr_Nota_1197293_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1174376&nbsp;INGRID LIMA SILVA
              <input id="cd_Aluno_20" name="cd_Aluno_20" value="1174376" type="hidden"></td>
            
            <td id="colunaNotaAluno_1174376_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174376_154" id="ci_AlunoAvaliacao_1174376_154" value="100096690" type="hidden">
                <input name="nr_Nota_1174376_154" id="nr_Nota_1174376_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174376_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174376_160" id="ci_AlunoAvaliacao_1174376_160" value="99807171" type="hidden">
                <input name="nr_Nota_1174376_160" id="nr_Nota_1174376_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174376_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174376_530" id="ci_AlunoAvaliacao_1174376_530" value="99445745" type="hidden">
                <input name="nr_Nota_1174376_530" id="nr_Nota_1174376_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174376_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174376_780" id="ci_AlunoAvaliacao_1174376_780" value="99045479" type="hidden">
                <input name="nr_Nota_1174376_780" id="nr_Nota_1174376_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174376_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174376_800" id="ci_AlunoAvaliacao_1174376_800" value="99932056" type="hidden">
                <input name="nr_Nota_1174376_800" id="nr_Nota_1174376_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174376_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174376_890" id="ci_AlunoAvaliacao_1174376_890" value="99265522" type="hidden">
                <input name="nr_Nota_1174376_890" id="nr_Nota_1174376_890" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174376_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174376_970" id="ci_AlunoAvaliacao_1174376_970" value="99046388" type="hidden">
                <input name="nr_Nota_1174376_970" id="nr_Nota_1174376_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174376_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174376_3330" id="ci_AlunoAvaliacao_1174376_3330" value="99370215" type="hidden">
                <input name="nr_Nota_1174376_3330" id="nr_Nota_1174376_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174376_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174376_1130" id="ci_AlunoAvaliacao_1174376_1130" value="99369757" type="hidden">
                <input name="nr_Nota_1174376_1130" id="nr_Nota_1174376_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174376_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174376_1140" id="ci_AlunoAvaliacao_1174376_1140" value="100122579" type="hidden">
                <input name="nr_Nota_1174376_1140" id="nr_Nota_1174376_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174376_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174376_1200" id="ci_AlunoAvaliacao_1174376_1200" value="99806269" type="hidden">
                <input name="nr_Nota_1174376_1200" id="nr_Nota_1174376_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174376_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174376_1620" id="ci_AlunoAvaliacao_1174376_1620" value="99807633" type="hidden">
                <input name="nr_Nota_1174376_1620" id="nr_Nota_1174376_1620" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174376_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174376_1730" id="ci_AlunoAvaliacao_1174376_1730" value="99046946" type="hidden">
                <input name="nr_Nota_1174376_1730" id="nr_Nota_1174376_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;892637&nbsp;JANAINA DOS SANTOS FREITAS
              <input id="cd_Aluno_21" name="cd_Aluno_21" value="892637" type="hidden"></td>
            
            <td id="colunaNotaAluno_892637_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892637_154" id="ci_AlunoAvaliacao_892637_154" value="100096691" type="hidden">
                <input name="nr_Nota_892637_154" id="nr_Nota_892637_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892637_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892637_160" id="ci_AlunoAvaliacao_892637_160" value="99807172" type="hidden">
                <input name="nr_Nota_892637_160" id="nr_Nota_892637_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892637_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892637_530" id="ci_AlunoAvaliacao_892637_530" value="99445746" type="hidden">
                <input name="nr_Nota_892637_530" id="nr_Nota_892637_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892637_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892637_780" id="ci_AlunoAvaliacao_892637_780" value="99045480" type="hidden">
                <input name="nr_Nota_892637_780" id="nr_Nota_892637_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892637_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892637_800" id="ci_AlunoAvaliacao_892637_800" value="99932057" type="hidden">
                <input name="nr_Nota_892637_800" id="nr_Nota_892637_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892637_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892637_890" id="ci_AlunoAvaliacao_892637_890" value="99265523" type="hidden">
                <input name="nr_Nota_892637_890" id="nr_Nota_892637_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892637_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892637_970" id="ci_AlunoAvaliacao_892637_970" value="99046389" type="hidden">
                <input name="nr_Nota_892637_970" id="nr_Nota_892637_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892637_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892637_3330" id="ci_AlunoAvaliacao_892637_3330" value="99370216" type="hidden">
                <input name="nr_Nota_892637_3330" id="nr_Nota_892637_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892637_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892637_1130" id="ci_AlunoAvaliacao_892637_1130" value="99369758" type="hidden">
                <input name="nr_Nota_892637_1130" id="nr_Nota_892637_1130" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892637_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892637_1140" id="ci_AlunoAvaliacao_892637_1140" value="100122580" type="hidden">
                <input name="nr_Nota_892637_1140" id="nr_Nota_892637_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892637_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892637_1200" id="ci_AlunoAvaliacao_892637_1200" value="99806270" type="hidden">
                <input name="nr_Nota_892637_1200" id="nr_Nota_892637_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892637_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892637_1620" id="ci_AlunoAvaliacao_892637_1620" value="99807635" type="hidden">
                <input name="nr_Nota_892637_1620" id="nr_Nota_892637_1620" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892637_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892637_1730" id="ci_AlunoAvaliacao_892637_1730" value="99046947" type="hidden">
                <input name="nr_Nota_892637_1730" id="nr_Nota_892637_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;141060&nbsp;JESSICA CAROLINE DE SOUZA FACANHA
              <input id="cd_Aluno_22" name="cd_Aluno_22" value="141060" type="hidden"></td>
            
            <td id="colunaNotaAluno_141060_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141060_154" id="ci_AlunoAvaliacao_141060_154" value="100096692" type="hidden">
                <input name="nr_Nota_141060_154" id="nr_Nota_141060_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141060_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141060_160" id="ci_AlunoAvaliacao_141060_160" value="99807173" type="hidden">
                <input name="nr_Nota_141060_160" id="nr_Nota_141060_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141060_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141060_530" id="ci_AlunoAvaliacao_141060_530" value="99445747" type="hidden">
                <input name="nr_Nota_141060_530" id="nr_Nota_141060_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141060_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141060_780" id="ci_AlunoAvaliacao_141060_780" value="99045481" type="hidden">
                <input name="nr_Nota_141060_780" id="nr_Nota_141060_780" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141060_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141060_800" id="ci_AlunoAvaliacao_141060_800" value="99932058" type="hidden">
                <input name="nr_Nota_141060_800" id="nr_Nota_141060_800" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141060_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141060_890" id="ci_AlunoAvaliacao_141060_890" value="99265524" type="hidden">
                <input name="nr_Nota_141060_890" id="nr_Nota_141060_890" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141060_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141060_970" id="ci_AlunoAvaliacao_141060_970" value="99046390" type="hidden">
                <input name="nr_Nota_141060_970" id="nr_Nota_141060_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141060_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141060_3330" id="ci_AlunoAvaliacao_141060_3330" value="99370217" type="hidden">
                <input name="nr_Nota_141060_3330" id="nr_Nota_141060_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141060_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141060_1130" id="ci_AlunoAvaliacao_141060_1130" value="99369759" type="hidden">
                <input name="nr_Nota_141060_1130" id="nr_Nota_141060_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141060_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141060_1140" id="ci_AlunoAvaliacao_141060_1140" value="100122581" type="hidden">
                <input name="nr_Nota_141060_1140" id="nr_Nota_141060_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141060_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141060_1200" id="ci_AlunoAvaliacao_141060_1200" value="99806271" type="hidden">
                <input name="nr_Nota_141060_1200" id="nr_Nota_141060_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141060_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141060_1620" id="ci_AlunoAvaliacao_141060_1620" value="99807636" type="hidden">
                <input name="nr_Nota_141060_1620" id="nr_Nota_141060_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141060_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141060_1730" id="ci_AlunoAvaliacao_141060_1730" value="99046948" type="hidden">
                <input name="nr_Nota_141060_1730" id="nr_Nota_141060_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1201680&nbsp;JOSE RIBAMAR FERNANDES DE ARAUJO
              <input id="cd_Aluno_23" name="cd_Aluno_23" value="1201680" type="hidden"></td>
            
            <td id="colunaNotaAluno_1201680_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201680_154" id="ci_AlunoAvaliacao_1201680_154" value="100096693" type="hidden">
                <input name="nr_Nota_1201680_154" id="nr_Nota_1201680_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201680_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201680_160" id="ci_AlunoAvaliacao_1201680_160" value="99807174" type="hidden">
                <input name="nr_Nota_1201680_160" id="nr_Nota_1201680_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201680_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201680_530" id="ci_AlunoAvaliacao_1201680_530" value="99445748" type="hidden">
                <input name="nr_Nota_1201680_530" id="nr_Nota_1201680_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201680_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201680_780" id="ci_AlunoAvaliacao_1201680_780" value="99045482" type="hidden">
                <input name="nr_Nota_1201680_780" id="nr_Nota_1201680_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201680_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201680_800" id="ci_AlunoAvaliacao_1201680_800" value="99932059" type="hidden">
                <input name="nr_Nota_1201680_800" id="nr_Nota_1201680_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201680_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201680_890" id="ci_AlunoAvaliacao_1201680_890" value="99265525" type="hidden">
                <input name="nr_Nota_1201680_890" id="nr_Nota_1201680_890" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201680_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201680_970" id="ci_AlunoAvaliacao_1201680_970" value="99046391" type="hidden">
                <input name="nr_Nota_1201680_970" id="nr_Nota_1201680_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201680_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201680_3330" id="ci_AlunoAvaliacao_1201680_3330" value="99370218" type="hidden">
                <input name="nr_Nota_1201680_3330" id="nr_Nota_1201680_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201680_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201680_1130" id="ci_AlunoAvaliacao_1201680_1130" value="99369762" type="hidden">
                <input name="nr_Nota_1201680_1130" id="nr_Nota_1201680_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201680_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201680_1140" id="ci_AlunoAvaliacao_1201680_1140" value="100122582" type="hidden">
                <input name="nr_Nota_1201680_1140" id="nr_Nota_1201680_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201680_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201680_1200" id="ci_AlunoAvaliacao_1201680_1200" value="99806272" type="hidden">
                <input name="nr_Nota_1201680_1200" id="nr_Nota_1201680_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201680_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201680_1620" id="ci_AlunoAvaliacao_1201680_1620" value="99807637" type="hidden">
                <input name="nr_Nota_1201680_1620" id="nr_Nota_1201680_1620" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201680_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201680_1730" id="ci_AlunoAvaliacao_1201680_1730" value="99046949" type="hidden">
                <input name="nr_Nota_1201680_1730" id="nr_Nota_1201680_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1201874&nbsp;JULIANA MARIA DA SILVA MARQUET
              <input id="cd_Aluno_24" name="cd_Aluno_24" value="1201874" type="hidden"></td>
            
            <td id="colunaNotaAluno_1201874_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201874_154" id="ci_AlunoAvaliacao_1201874_154" value="100096694" type="hidden">
                <input name="nr_Nota_1201874_154" id="nr_Nota_1201874_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201874_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201874_160" id="ci_AlunoAvaliacao_1201874_160" value="99807175" type="hidden">
                <input name="nr_Nota_1201874_160" id="nr_Nota_1201874_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201874_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201874_530" id="ci_AlunoAvaliacao_1201874_530" value="99445749" type="hidden">
                <input name="nr_Nota_1201874_530" id="nr_Nota_1201874_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201874_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201874_780" id="ci_AlunoAvaliacao_1201874_780" value="99045483" type="hidden">
                <input name="nr_Nota_1201874_780" id="nr_Nota_1201874_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201874_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201874_800" id="ci_AlunoAvaliacao_1201874_800" value="99932060" type="hidden">
                <input name="nr_Nota_1201874_800" id="nr_Nota_1201874_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201874_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201874_890" id="ci_AlunoAvaliacao_1201874_890" value="99265526" type="hidden">
                <input name="nr_Nota_1201874_890" id="nr_Nota_1201874_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201874_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201874_970" id="ci_AlunoAvaliacao_1201874_970" value="99046392" type="hidden">
                <input name="nr_Nota_1201874_970" id="nr_Nota_1201874_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201874_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201874_3330" id="ci_AlunoAvaliacao_1201874_3330" value="99370219" type="hidden">
                <input name="nr_Nota_1201874_3330" id="nr_Nota_1201874_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201874_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201874_1130" id="ci_AlunoAvaliacao_1201874_1130" value="99369763" type="hidden">
                <input name="nr_Nota_1201874_1130" id="nr_Nota_1201874_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201874_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201874_1140" id="ci_AlunoAvaliacao_1201874_1140" value="100122584" type="hidden">
                <input name="nr_Nota_1201874_1140" id="nr_Nota_1201874_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201874_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201874_1200" id="ci_AlunoAvaliacao_1201874_1200" value="99806273" type="hidden">
                <input name="nr_Nota_1201874_1200" id="nr_Nota_1201874_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201874_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201874_1620" id="ci_AlunoAvaliacao_1201874_1620" value="99807639" type="hidden">
                <input name="nr_Nota_1201874_1620" id="nr_Nota_1201874_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201874_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201874_1730" id="ci_AlunoAvaliacao_1201874_1730" value="99046950" type="hidden">
                <input name="nr_Nota_1201874_1730" id="nr_Nota_1201874_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1195931&nbsp;JULIO BARRETO FEITOSA
              <input id="cd_Aluno_25" name="cd_Aluno_25" value="1195931" type="hidden"></td>
            
            <td id="colunaNotaAluno_1195931_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195931_154" id="ci_AlunoAvaliacao_1195931_154" value="97379414" type="hidden">
                <input name="nr_Nota_1195931_154" id="nr_Nota_1195931_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195931_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195931_160" id="ci_AlunoAvaliacao_1195931_160" value="97379416" type="hidden">
                <input name="nr_Nota_1195931_160" id="nr_Nota_1195931_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195931_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195931_530" id="ci_AlunoAvaliacao_1195931_530" value="97379417" type="hidden">
                <input name="nr_Nota_1195931_530" id="nr_Nota_1195931_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195931_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195931_780" id="ci_AlunoAvaliacao_1195931_780" value="97379418" type="hidden">
                <input name="nr_Nota_1195931_780" id="nr_Nota_1195931_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195931_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195931_800" id="ci_AlunoAvaliacao_1195931_800" value="97379419" type="hidden">
                <input name="nr_Nota_1195931_800" id="nr_Nota_1195931_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195931_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195931_890" id="ci_AlunoAvaliacao_1195931_890" value="97379420" type="hidden">
                <input name="nr_Nota_1195931_890" id="nr_Nota_1195931_890" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195931_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195931_970" id="ci_AlunoAvaliacao_1195931_970" value="97379421" type="hidden">
                <input name="nr_Nota_1195931_970" id="nr_Nota_1195931_970" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195931_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195931_3330" id="ci_AlunoAvaliacao_1195931_3330" value="97379424" type="hidden">
                <input name="nr_Nota_1195931_3330" id="nr_Nota_1195931_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195931_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195931_1130" id="ci_AlunoAvaliacao_1195931_1130" value="97379426" type="hidden">
                <input name="nr_Nota_1195931_1130" id="nr_Nota_1195931_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195931_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195931_1140" id="ci_AlunoAvaliacao_1195931_1140" value="97379427" type="hidden">
                <input name="nr_Nota_1195931_1140" id="nr_Nota_1195931_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195931_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195931_1200" id="ci_AlunoAvaliacao_1195931_1200" value="97379428" type="hidden">
                <input name="nr_Nota_1195931_1200" id="nr_Nota_1195931_1200" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195931_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195931_1620" id="ci_AlunoAvaliacao_1195931_1620" value="97379429" type="hidden">
                <input name="nr_Nota_1195931_1620" id="nr_Nota_1195931_1620" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195931_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195931_1730" id="ci_AlunoAvaliacao_1195931_1730" value="97379430" type="hidden">
                <input name="nr_Nota_1195931_1730" id="nr_Nota_1195931_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;115531&nbsp;LAISY MARCOS ROCHA
              <input id="cd_Aluno_26" name="cd_Aluno_26" value="115531" type="hidden"></td>
            
            <td id="colunaNotaAluno_115531_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_115531_154" id="ci_AlunoAvaliacao_115531_154" value="98853630" type="hidden">
                <input name="nr_Nota_115531_154" id="nr_Nota_115531_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_115531_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_115531_160" id="ci_AlunoAvaliacao_115531_160" value="98853631" type="hidden">
                <input name="nr_Nota_115531_160" id="nr_Nota_115531_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_115531_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_115531_530" id="ci_AlunoAvaliacao_115531_530" value="98853632" type="hidden">
                <input name="nr_Nota_115531_530" id="nr_Nota_115531_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_115531_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_115531_780" id="ci_AlunoAvaliacao_115531_780" value="98853633" type="hidden">
                <input name="nr_Nota_115531_780" id="nr_Nota_115531_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_115531_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_115531_800" id="ci_AlunoAvaliacao_115531_800" value="98853634" type="hidden">
                <input name="nr_Nota_115531_800" id="nr_Nota_115531_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_115531_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_115531_890" id="ci_AlunoAvaliacao_115531_890" value="98853635" type="hidden">
                <input name="nr_Nota_115531_890" id="nr_Nota_115531_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_115531_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_115531_970" id="ci_AlunoAvaliacao_115531_970" value="98853636" type="hidden">
                <input name="nr_Nota_115531_970" id="nr_Nota_115531_970" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_115531_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_115531_3330" id="ci_AlunoAvaliacao_115531_3330" value="98853637" type="hidden">
                <input name="nr_Nota_115531_3330" id="nr_Nota_115531_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_115531_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_115531_1130" id="ci_AlunoAvaliacao_115531_1130" value="98853638" type="hidden">
                <input name="nr_Nota_115531_1130" id="nr_Nota_115531_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_115531_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_115531_1140" id="ci_AlunoAvaliacao_115531_1140" value="98853639" type="hidden">
                <input name="nr_Nota_115531_1140" id="nr_Nota_115531_1140" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_115531_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_115531_1200" id="ci_AlunoAvaliacao_115531_1200" value="98853640" type="hidden">
                <input name="nr_Nota_115531_1200" id="nr_Nota_115531_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_115531_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_115531_1620" id="ci_AlunoAvaliacao_115531_1620" value="98853641" type="hidden">
                <input name="nr_Nota_115531_1620" id="nr_Nota_115531_1620" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_115531_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_115531_1730" id="ci_AlunoAvaliacao_115531_1730" value="98853642" type="hidden">
                <input name="nr_Nota_115531_1730" id="nr_Nota_115531_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1201605&nbsp;LORENA VIEIRA DA SILVA
              <input id="cd_Aluno_27" name="cd_Aluno_27" value="1201605" type="hidden"></td>
            
            <td id="colunaNotaAluno_1201605_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201605_154" id="ci_AlunoAvaliacao_1201605_154" value="100096695" type="hidden">
                <input name="nr_Nota_1201605_154" id="nr_Nota_1201605_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201605_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201605_160" id="ci_AlunoAvaliacao_1201605_160" value="99807176" type="hidden">
                <input name="nr_Nota_1201605_160" id="nr_Nota_1201605_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201605_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201605_530" id="ci_AlunoAvaliacao_1201605_530" value="99445750" type="hidden">
                <input name="nr_Nota_1201605_530" id="nr_Nota_1201605_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201605_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201605_780" id="ci_AlunoAvaliacao_1201605_780" value="99045484" type="hidden">
                <input name="nr_Nota_1201605_780" id="nr_Nota_1201605_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201605_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201605_800" id="ci_AlunoAvaliacao_1201605_800" value="99932061" type="hidden">
                <input name="nr_Nota_1201605_800" id="nr_Nota_1201605_800" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201605_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201605_890" id="ci_AlunoAvaliacao_1201605_890" value="99265527" type="hidden">
                <input name="nr_Nota_1201605_890" id="nr_Nota_1201605_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201605_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201605_970" id="ci_AlunoAvaliacao_1201605_970" value="99046393" type="hidden">
                <input name="nr_Nota_1201605_970" id="nr_Nota_1201605_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201605_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201605_3330" id="ci_AlunoAvaliacao_1201605_3330" value="99370220" type="hidden">
                <input name="nr_Nota_1201605_3330" id="nr_Nota_1201605_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201605_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201605_1130" id="ci_AlunoAvaliacao_1201605_1130" value="99369794" type="hidden">
                <input name="nr_Nota_1201605_1130" id="nr_Nota_1201605_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201605_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201605_1140" id="ci_AlunoAvaliacao_1201605_1140" value="100122585" type="hidden">
                <input name="nr_Nota_1201605_1140" id="nr_Nota_1201605_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201605_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201605_1200" id="ci_AlunoAvaliacao_1201605_1200" value="99806274" type="hidden">
                <input name="nr_Nota_1201605_1200" id="nr_Nota_1201605_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201605_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201605_1620" id="ci_AlunoAvaliacao_1201605_1620" value="99807642" type="hidden">
                <input name="nr_Nota_1201605_1620" id="nr_Nota_1201605_1620" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201605_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201605_1730" id="ci_AlunoAvaliacao_1201605_1730" value="99046951" type="hidden">
                <input name="nr_Nota_1201605_1730" id="nr_Nota_1201605_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1197934&nbsp;LUCIA DE FATIMA FREITAS DA SILVA
              <input id="cd_Aluno_28" name="cd_Aluno_28" value="1197934" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197934_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197934_154" id="ci_AlunoAvaliacao_1197934_154" value="100096696" type="hidden">
                <input name="nr_Nota_1197934_154" id="nr_Nota_1197934_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197934_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197934_160" id="ci_AlunoAvaliacao_1197934_160" value="99807177" type="hidden">
                <input name="nr_Nota_1197934_160" id="nr_Nota_1197934_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197934_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197934_530" id="ci_AlunoAvaliacao_1197934_530" value="99445751" type="hidden">
                <input name="nr_Nota_1197934_530" id="nr_Nota_1197934_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197934_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197934_780" id="ci_AlunoAvaliacao_1197934_780" value="99045485" type="hidden">
                <input name="nr_Nota_1197934_780" id="nr_Nota_1197934_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197934_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197934_800" id="ci_AlunoAvaliacao_1197934_800" value="99932062" type="hidden">
                <input name="nr_Nota_1197934_800" id="nr_Nota_1197934_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197934_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197934_890" id="ci_AlunoAvaliacao_1197934_890" value="99265528" type="hidden">
                <input name="nr_Nota_1197934_890" id="nr_Nota_1197934_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197934_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197934_970" id="ci_AlunoAvaliacao_1197934_970" value="99046394" type="hidden">
                <input name="nr_Nota_1197934_970" id="nr_Nota_1197934_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197934_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197934_3330" id="ci_AlunoAvaliacao_1197934_3330" value="99370221" type="hidden">
                <input name="nr_Nota_1197934_3330" id="nr_Nota_1197934_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197934_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197934_1130" id="ci_AlunoAvaliacao_1197934_1130" value="99369800" type="hidden">
                <input name="nr_Nota_1197934_1130" id="nr_Nota_1197934_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197934_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197934_1140" id="ci_AlunoAvaliacao_1197934_1140" value="100122587" type="hidden">
                <input name="nr_Nota_1197934_1140" id="nr_Nota_1197934_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197934_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197934_1200" id="ci_AlunoAvaliacao_1197934_1200" value="99806275" type="hidden">
                <input name="nr_Nota_1197934_1200" id="nr_Nota_1197934_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197934_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197934_1620" id="ci_AlunoAvaliacao_1197934_1620" value="99807643" type="hidden">
                <input name="nr_Nota_1197934_1620" id="nr_Nota_1197934_1620" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197934_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197934_1730" id="ci_AlunoAvaliacao_1197934_1730" value="99046952" type="hidden">
                <input name="nr_Nota_1197934_1730" id="nr_Nota_1197934_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1228744&nbsp;LUCIANA PARETE SANTOS
              <input id="cd_Aluno_29" name="cd_Aluno_29" value="1228744" type="hidden"></td>
            
            <td id="colunaNotaAluno_1228744_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228744_154" id="ci_AlunoAvaliacao_1228744_154" value="100096697" type="hidden">
                <input name="nr_Nota_1228744_154" id="nr_Nota_1228744_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228744_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228744_160" id="ci_AlunoAvaliacao_1228744_160" value="99807178" type="hidden">
                <input name="nr_Nota_1228744_160" id="nr_Nota_1228744_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228744_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228744_530" id="ci_AlunoAvaliacao_1228744_530" value="99445752" type="hidden">
                <input name="nr_Nota_1228744_530" id="nr_Nota_1228744_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228744_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228744_780" id="ci_AlunoAvaliacao_1228744_780" value="99045486" type="hidden">
                <input name="nr_Nota_1228744_780" id="nr_Nota_1228744_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228744_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228744_800" id="ci_AlunoAvaliacao_1228744_800" value="99932063" type="hidden">
                <input name="nr_Nota_1228744_800" id="nr_Nota_1228744_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228744_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228744_890" id="ci_AlunoAvaliacao_1228744_890" value="99265529" type="hidden">
                <input name="nr_Nota_1228744_890" id="nr_Nota_1228744_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228744_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228744_970" id="ci_AlunoAvaliacao_1228744_970" value="99046395" type="hidden">
                <input name="nr_Nota_1228744_970" id="nr_Nota_1228744_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228744_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228744_3330" id="ci_AlunoAvaliacao_1228744_3330" value="99370222" type="hidden">
                <input name="nr_Nota_1228744_3330" id="nr_Nota_1228744_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228744_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228744_1130" id="ci_AlunoAvaliacao_1228744_1130" value="99369810" type="hidden">
                <input name="nr_Nota_1228744_1130" id="nr_Nota_1228744_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228744_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228744_1140" id="ci_AlunoAvaliacao_1228744_1140" value="100122588" type="hidden">
                <input name="nr_Nota_1228744_1140" id="nr_Nota_1228744_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228744_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228744_1200" id="ci_AlunoAvaliacao_1228744_1200" value="99806276" type="hidden">
                <input name="nr_Nota_1228744_1200" id="nr_Nota_1228744_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228744_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228744_1620" id="ci_AlunoAvaliacao_1228744_1620" value="99807645" type="hidden">
                <input name="nr_Nota_1228744_1620" id="nr_Nota_1228744_1620" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228744_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228744_1730" id="ci_AlunoAvaliacao_1228744_1730" value="99046953" type="hidden">
                <input name="nr_Nota_1228744_1730" id="nr_Nota_1228744_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;494161&nbsp;LETICIA LOUISE SANTOS
              <input id="cd_Aluno_30" name="cd_Aluno_30" value="494161" type="hidden"></td>
            
            <td id="colunaNotaAluno_494161_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494161_154" id="ci_AlunoAvaliacao_494161_154" value="100096698" type="hidden">
                <input name="nr_Nota_494161_154" id="nr_Nota_494161_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494161_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494161_160" id="ci_AlunoAvaliacao_494161_160" value="99807179" type="hidden">
                <input name="nr_Nota_494161_160" id="nr_Nota_494161_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494161_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494161_530" id="ci_AlunoAvaliacao_494161_530" value="99445753" type="hidden">
                <input name="nr_Nota_494161_530" id="nr_Nota_494161_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494161_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494161_780" id="ci_AlunoAvaliacao_494161_780" value="99045487" type="hidden">
                <input name="nr_Nota_494161_780" id="nr_Nota_494161_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494161_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494161_800" id="ci_AlunoAvaliacao_494161_800" value="99932064" type="hidden">
                <input name="nr_Nota_494161_800" id="nr_Nota_494161_800" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494161_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494161_890" id="ci_AlunoAvaliacao_494161_890" value="99265530" type="hidden">
                <input name="nr_Nota_494161_890" id="nr_Nota_494161_890" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494161_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494161_970" id="ci_AlunoAvaliacao_494161_970" value="99046396" type="hidden">
                <input name="nr_Nota_494161_970" id="nr_Nota_494161_970" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494161_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494161_3330" id="ci_AlunoAvaliacao_494161_3330" value="99370223" type="hidden">
                <input name="nr_Nota_494161_3330" id="nr_Nota_494161_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494161_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494161_1130" id="ci_AlunoAvaliacao_494161_1130" value="99369819" type="hidden">
                <input name="nr_Nota_494161_1130" id="nr_Nota_494161_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494161_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494161_1140" id="ci_AlunoAvaliacao_494161_1140" value="100122591" type="hidden">
                <input name="nr_Nota_494161_1140" id="nr_Nota_494161_1140" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494161_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494161_1200" id="ci_AlunoAvaliacao_494161_1200" value="99806277" type="hidden">
                <input name="nr_Nota_494161_1200" id="nr_Nota_494161_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494161_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494161_1620" id="ci_AlunoAvaliacao_494161_1620" value="99807647" type="hidden">
                <input name="nr_Nota_494161_1620" id="nr_Nota_494161_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494161_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494161_1730" id="ci_AlunoAvaliacao_494161_1730" value="99046954" type="hidden">
                <input name="nr_Nota_494161_1730" id="nr_Nota_494161_1730" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1174022&nbsp;MARIA DEBORA SILVA SANTOS
              <input id="cd_Aluno_31" name="cd_Aluno_31" value="1174022" type="hidden"></td>
            
            <td id="colunaNotaAluno_1174022_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174022_154" id="ci_AlunoAvaliacao_1174022_154" value="100096699" type="hidden">
                <input name="nr_Nota_1174022_154" id="nr_Nota_1174022_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174022_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174022_160" id="ci_AlunoAvaliacao_1174022_160" value="99807180" type="hidden">
                <input name="nr_Nota_1174022_160" id="nr_Nota_1174022_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174022_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174022_530" id="ci_AlunoAvaliacao_1174022_530" value="99445754" type="hidden">
                <input name="nr_Nota_1174022_530" id="nr_Nota_1174022_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174022_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174022_780" id="ci_AlunoAvaliacao_1174022_780" value="99045488" type="hidden">
                <input name="nr_Nota_1174022_780" id="nr_Nota_1174022_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174022_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174022_800" id="ci_AlunoAvaliacao_1174022_800" value="99932065" type="hidden">
                <input name="nr_Nota_1174022_800" id="nr_Nota_1174022_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174022_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174022_890" id="ci_AlunoAvaliacao_1174022_890" value="99265531" type="hidden">
                <input name="nr_Nota_1174022_890" id="nr_Nota_1174022_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174022_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174022_970" id="ci_AlunoAvaliacao_1174022_970" value="99046397" type="hidden">
                <input name="nr_Nota_1174022_970" id="nr_Nota_1174022_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174022_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174022_3330" id="ci_AlunoAvaliacao_1174022_3330" value="99370224" type="hidden">
                <input name="nr_Nota_1174022_3330" id="nr_Nota_1174022_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174022_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174022_1130" id="ci_AlunoAvaliacao_1174022_1130" value="99369830" type="hidden">
                <input name="nr_Nota_1174022_1130" id="nr_Nota_1174022_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174022_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174022_1140" id="ci_AlunoAvaliacao_1174022_1140" value="100122593" type="hidden">
                <input name="nr_Nota_1174022_1140" id="nr_Nota_1174022_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174022_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174022_1200" id="ci_AlunoAvaliacao_1174022_1200" value="99806278" type="hidden">
                <input name="nr_Nota_1174022_1200" id="nr_Nota_1174022_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174022_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174022_1620" id="ci_AlunoAvaliacao_1174022_1620" value="99807650" type="hidden">
                <input name="nr_Nota_1174022_1620" id="nr_Nota_1174022_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174022_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174022_1730" id="ci_AlunoAvaliacao_1174022_1730" value="99046955" type="hidden">
                <input name="nr_Nota_1174022_1730" id="nr_Nota_1174022_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1698221&nbsp;MARIANA PEREZ DINIZ
              <input id="cd_Aluno_32" name="cd_Aluno_32" value="1698221" type="hidden"></td>
            
            <td id="colunaNotaAluno_1698221_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1698221_154" id="ci_AlunoAvaliacao_1698221_154" value="98974346" type="hidden">
                <input name="nr_Nota_1698221_154" id="nr_Nota_1698221_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1698221_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1698221_160" id="ci_AlunoAvaliacao_1698221_160" value="98974347" type="hidden">
                <input name="nr_Nota_1698221_160" id="nr_Nota_1698221_160" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1698221_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1698221_530" id="ci_AlunoAvaliacao_1698221_530" value="98974348" type="hidden">
                <input name="nr_Nota_1698221_530" id="nr_Nota_1698221_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1698221_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1698221_780" id="ci_AlunoAvaliacao_1698221_780" value="98974349" type="hidden">
                <input name="nr_Nota_1698221_780" id="nr_Nota_1698221_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1698221_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1698221_800" id="ci_AlunoAvaliacao_1698221_800" value="98974350" type="hidden">
                <input name="nr_Nota_1698221_800" id="nr_Nota_1698221_800" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1698221_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1698221_890" id="ci_AlunoAvaliacao_1698221_890" value="98974351" type="hidden">
                <input name="nr_Nota_1698221_890" id="nr_Nota_1698221_890" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1698221_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1698221_970" id="ci_AlunoAvaliacao_1698221_970" value="98974352" type="hidden">
                <input name="nr_Nota_1698221_970" id="nr_Nota_1698221_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1698221_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1698221_3330" id="ci_AlunoAvaliacao_1698221_3330" value="98974353" type="hidden">
                <input name="nr_Nota_1698221_3330" id="nr_Nota_1698221_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1698221_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1698221_1130" id="ci_AlunoAvaliacao_1698221_1130" value="98974354" type="hidden">
                <input name="nr_Nota_1698221_1130" id="nr_Nota_1698221_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1698221_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1698221_1140" id="ci_AlunoAvaliacao_1698221_1140" value="98974355" type="hidden">
                <input name="nr_Nota_1698221_1140" id="nr_Nota_1698221_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1698221_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1698221_1200" id="ci_AlunoAvaliacao_1698221_1200" value="98974356" type="hidden">
                <input name="nr_Nota_1698221_1200" id="nr_Nota_1698221_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1698221_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1698221_1620" id="ci_AlunoAvaliacao_1698221_1620" value="98974357" type="hidden">
                <input name="nr_Nota_1698221_1620" id="nr_Nota_1698221_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1698221_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1698221_1730" id="ci_AlunoAvaliacao_1698221_1730" value="98974358" type="hidden">
                <input name="nr_Nota_1698221_1730" id="nr_Nota_1698221_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1195469&nbsp;NAYANE SOUZA DO NASCIMENTO
              <input id="cd_Aluno_33" name="cd_Aluno_33" value="1195469" type="hidden"></td>
            
            <td id="colunaNotaAluno_1195469_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195469_154" id="ci_AlunoAvaliacao_1195469_154" value="100096700" type="hidden">
                <input name="nr_Nota_1195469_154" id="nr_Nota_1195469_154" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195469_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195469_160" id="ci_AlunoAvaliacao_1195469_160" value="99807181" type="hidden">
                <input name="nr_Nota_1195469_160" id="nr_Nota_1195469_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195469_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195469_530" id="ci_AlunoAvaliacao_1195469_530" value="99445755" type="hidden">
                <input name="nr_Nota_1195469_530" id="nr_Nota_1195469_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195469_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195469_780" id="ci_AlunoAvaliacao_1195469_780" value="99045489" type="hidden">
                <input name="nr_Nota_1195469_780" id="nr_Nota_1195469_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195469_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195469_800" id="ci_AlunoAvaliacao_1195469_800" value="99932066" type="hidden">
                <input name="nr_Nota_1195469_800" id="nr_Nota_1195469_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195469_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195469_890" id="ci_AlunoAvaliacao_1195469_890" value="99265532" type="hidden">
                <input name="nr_Nota_1195469_890" id="nr_Nota_1195469_890" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195469_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195469_970" id="ci_AlunoAvaliacao_1195469_970" value="99046398" type="hidden">
                <input name="nr_Nota_1195469_970" id="nr_Nota_1195469_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195469_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195469_3330" id="ci_AlunoAvaliacao_1195469_3330" value="99370225" type="hidden">
                <input name="nr_Nota_1195469_3330" id="nr_Nota_1195469_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195469_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195469_1130" id="ci_AlunoAvaliacao_1195469_1130" value="99369851" type="hidden">
                <input name="nr_Nota_1195469_1130" id="nr_Nota_1195469_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195469_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195469_1140" id="ci_AlunoAvaliacao_1195469_1140" value="100122595" type="hidden">
                <input name="nr_Nota_1195469_1140" id="nr_Nota_1195469_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195469_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195469_1200" id="ci_AlunoAvaliacao_1195469_1200" value="99806279" type="hidden">
                <input name="nr_Nota_1195469_1200" id="nr_Nota_1195469_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195469_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195469_1620" id="ci_AlunoAvaliacao_1195469_1620" value="99807652" type="hidden">
                <input name="nr_Nota_1195469_1620" id="nr_Nota_1195469_1620" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195469_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195469_1730" id="ci_AlunoAvaliacao_1195469_1730" value="99046956" type="hidden">
                <input name="nr_Nota_1195469_1730" id="nr_Nota_1195469_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
        </tbody></table>
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td align="center">
              <br>
              
              			<input name="btnIncluir" class="botao" id="btnIncluir" value=" Incluir " onclick="ValidaPagina(this,'I');" type="button">
            	  
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;                      
                      <input name="btnExcluir" class="botao" id="btnExcluir" value=" Excluir " onclick="Excluir(this);" type="button">
    	                        
              </td>
          </tr>
        </tbody></table>
        </td>
    </tr>
  </tbody></table>
</form>
<div class="" style="display: block; top: 352px; left: 823px;" id="tooltip"><h3>LINGUA ESTRANGEIRA (ESPANHOL)</h3><div class="body">EMILLY SALES DA SILVA</div><div style="display: none;" class="url"></div></div><div id="hintbox"></div></body></html>